LatLngQuad

class LatLngQuad constructor(val topLeft: LatLng, val topRight: LatLng, val bottomRight: LatLng, val bottomLeft: LatLng) : Parcelable

A geographical area representing a non-aligned quadrilateral

This class does not wrap values to the world bounds

Constructors

Link copied to clipboard
fun LatLngQuad(topLeft: LatLng, topRight: LatLng, bottomRight: LatLng, bottomLeft: LatLng)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun writeToParcel(out: Parcel, arg1: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard